home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Bus
/
T-Z
/
Wingz Utilities.cpt
/
Wingz Utilities
/
Startup
(
.txt
)
< prev
Wrap
Wingz Script
|
1992-05-16
|
3KB
|
62 lines
WNGZWZSC0110
utilities tool
The Sheet Tool
tool sheet
The Object Editor
tool object editor
The Button Tool
tool button
The Field Tool
tool field
The Chart Tool
tool chart
utilities range names
Classic/Plus/SE30 Screen
cGET SCRIPT ":Tools:RangeNames" CALL RangeNames:RangeNameScreen(a1..b18) REMOVE SCRIPT "RangeNames"
Quadra/MacII Family Screen
cGET SCRIPT ":Tools:RangeNames" CALL RangeNames:RangeNameScreen(a1..b28) REMOVE SCRIPT "RangeNames"
Full/Two Page Screen
cGET SCRIPT ":Tools:RangeNames" CALL RangeNames:RangeNameScreen(a1..b58) REMOVE SCRIPT "RangeNames"
Utilities
First cell
select range a1
Report Print Range...
Xget script":Tools:ReportRange" call reportrange:printrange() remove script "ReportRange"
utilities tool
Range Names
utilities range names
Extractor
$Run script ":Tools:CommentExtractor"
{This is a startup script which adds a menu to the standard WingZ/Resolve
menubar. It allows the user to get to cell A1 easily,show a list of the
named ranges for any of the most common screen sizes and document
scripts from commented code.
Authored by Mark H. Shier 3/3/90
Revised May 16, 1992
Please support the shareware concept.
The requested fee for this entire package is only $5.
Send your payment to
Mark Shier
306 E. Lowe
Fairfield, Iowa 52556
Thank you for your support.
Select menubar "main"
Add submenu "utilities tool" with 5 items
add menuitem "The Sheet Tool" type 7 command "tool sheet"
add menuitem "The Object Editor" type 7 command "tool object editor"
add menuitem "The Button Tool" type 7 command "tool button"
add menuitem "The Field Tool" type 7 command "tool field"
add menuitem "The Chart Tool" type 7 command "tool chart"
add submenu "utilities range names" with 3 items
add menuitem "Classic/Plus/SE30 Screen" type 7 command "GET SCRIPT "":Tools:RangeNames"" CALL RangeNames:RangeNameScreen(a1..b18) REMOVE SCRIPT ""RangeNames"""
add menuitem "Quadra/MacII Family Screen" type 7 command "GET SCRIPT "":Tools:RangeNames"" CALL RangeNames:RangeNameScreen(a1..b28) REMOVE SCRIPT ""RangeNames"""
add menuitem "Full/Two Page Screen" type 7 command "GET SCRIPT "":Tools:RangeNames"" CALL RangeNames:RangeNameScreen(a1..b58) REMOVE SCRIPT ""RangeNames"""
add menu "Utilities" with 5 items
add menuitem "First cell" type 7 command "select range a1"
add menu separator
add menuitem "Report Print Range..." type 7 command "get script"":Tools:ReportRange"" call reportrange:printrange() remove script ""ReportRange"""
add menuitem "Tool" type 7 submenu "utilities tool"
add menu separator
add menuitem "Range Names" type 7 submenu "utilities range names"
add menuitem "Extractor" type 7 command "Run script "":Tools:CommentExtractor"""